home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
konka_66.swf
/
scripts
/
DefineSprite_134_man
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-05-10
|
721b
|
43 lines
_width = 65.2;
_height = 76.1;
cc = _xscale;
_xscale = - cc;
var t = 0;
var passwall = "可以走动";
var passwall_l = "可以走动";
hits = 0;
speed = 5;
xs = 10;
xm = 430;
ys = 157;
ym = 277;
var inair = true;
var yinc = 0;
var jumpspeed = -20;
var g = 2;
ldd = random(100) + 157;
this.onEnterFrame = function()
{
if(_root.pause == 0)
{
if(inair)
{
this.swapDepths(100000 + _parent.yinyin._y * 100 + id % 100);
gotoAndStop("Φ╖│");
}
else
{
this.swapDepths(100000 + _Y * 100 + id % 100);
}
if(t < 20)
{
t++;
}
else
{
hits = 0;
t = 0;
}
}
};